projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
1aa510d
0c7e73c
)
Auto merge of #3614 - matklad:simpler-cli-2, r=alexcrichton
author
bors
<bors@rust-lang.org>
Tue, 31 Jan 2017 04:48:02 +0000
(
04:48
+0000)
committer
bors
<bors@rust-lang.org>
Tue, 31 Jan 2017 04:48:02 +0000
(
04:48
+0000)
Remove generic infrastrucure for printing json
Only a couple of command really use this features, so it's clearer just to print json right on the spot rather then return it though the call stack.
`CliResult` is now just a `Result<(), CliError>`.
1
2
src/bin/new.rs
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/bin/new.rs
Simple merge